From 0e9d6dd34bb0d2e7e41971655737e005d157ba95 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 14 May 1993 19:43:05 +0000 Subject: [PATCH] (command_loop_1): Don't do it here. --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index 09305ff1451..bd418433489 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -943,6 +943,7 @@ command_loop_1 () if (! NILP (Vlucid_menu_bar_dirty_flag)) call0 (Qrecompute_lucid_menubar); +#if 0 /* This is done in xdisp.c now. */ #ifdef MULTI_FRAME for (tem = Vframe_list; CONSP (tem); tem = XCONS (tem)->cdr) { @@ -969,6 +970,7 @@ command_loop_1 () } } #endif /* MULTI_FRAME */ +#endif /* 0 */ /* Read next key sequence; i gets its length. */ i = read_key_sequence (keybuf, (sizeof keybuf / sizeof (keybuf[0])), 0); -- 2.30.2